home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 309 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: dial in on unix
  5. Date: Wed, 03 Jan 96 21:24:13 GMT
  6. Organization: none
  7. Distribution: world
  8. Message-ID: <820704253snz@genesis.demon.co.uk>
  9. References: <4cdk4v$28tu@serra.unipi.it>
  10. Reply-To: fred@genesis.demon.co.uk
  11. X-NNTP-Posting-Host: genesis.demon.co.uk
  12. X-Newsreader: Demon Internet Simple News v1.27
  13. X-Mail2News-Path: genesis.demon.co.uk
  14.  
  15. In article <4cdk4v$28tu@serra.unipi.it>
  16.            michelotto@mvxpd5.pd.infn.it "Michele Michelotto" writes:
  17.  
  18. >
  19. >i have a unix machine (a compaq p5/90 running BSDI) connected to internet via
  20. >ethernet. I would like to connect to it via dialin on the modem (usr sporster
  21. >28.8). I can dial out without problem and send initialization string to the
  22. >modem using a program named tip on unix. But I can't use the modem as dial in.
  23. >when another model calls it, it answer after some rings, contracts for one
  24. >or two seconds then drops the communication withour raising the CD line.
  25.  
  26. I'm not familiar with the precise details of BSDI but I've seen this
  27. on other types of Unix system. The usual cause of this is that carrier detect/
  28. DCD isn't being handled properly. The modems connect, the Sportster sends
  29. the CONNECT message to the host where getty (or whatever) promptly echoes
  30. it back to the modem. If you send characters to a Hayes compatible
  31. modem while it is answering it aborts the connect and drops the line. A
  32. 'quick fix' is to disable result codes in the modem (probably via a DIP
  33. switch on the Sportster). The correct fix is to get all parts of the
  34. system configured correctly for DCD. The modem should be set to make DCD
  35. follow the CD status, again probably with a DIP switch on the Sportster
  36. otherwise with &C1. On the host you must use a port which responds to
  37. the DCD signal. This is often referred to as a 'modem control' port.
  38.  
  39. You may also have to configure the answer speed on the Sportster. Set &B1
  40. for a fixed speed and store that setting and the speed in NVRAM. When you
  41. write to NVRAM using &W the currect speed of the interface (i.e. your
  42. serial port speed) is written out with the rest of the settings, ATI5
  43. shows the stored value. When the modem autoanswers with &B1 set it
  44. switches its serial speed to this stored value.
  45.  
  46. -- 
  47. -----------------------------------------
  48. Lawrence Kirby | fred@genesis.demon.co.uk
  49. Wilts, England | 70734.126@compuserve.com
  50. -----------------------------------------
  51.